6915158d2bab749fbb61cd9bddfa054769172ec8,eventadmin/impl/src/main/java/org/apache/felix/eventadmin/impl/handler/EventHandlerTracker.java,EventHandlerTracker,remove,#EventHandlerProxy#,229

Before Change


                        newMatchingTopic = new HashMap<String, List<EventHandlerProxy>>(this.matchingTopic);
                    }

                    this.updateMap(newMatchingTopic, topic, proxy, false);
                }
            }
            if ( newMatchingTopic != null )

After Change


                else
                {
                    // exact match
                    this.updateMap(this.matchingTopic, topic, proxy, false);
                }
            }
        }